ConversationRequest Constructor (ItemId, String) |
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ConversationRequest(
ItemId conversationId,
string syncState
)
Public Sub New (
conversationId As ItemId,
syncState As String
)
Parameters
- conversationId
- Type: Independentsoft.ExchangeItemId
The conversation identifier. - syncState
- Type: SystemString
State of the synchronize.
See Also